home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libneon25 / BUGS < prev    next >
Encoding:
Text File  |  2005-02-28  |  1.1 KB  |  28 lines

  1.  
  2. Known problems/bugs in neon                                      -*- text -*-
  3. ---------------------------
  4.  
  5. * 2818 requires that a on rejection of the SSL server cert, a "bad certificate"
  6.  message should be sent - this is not being done currently (and can probably
  7.  only be done with OpenSSL by actually doing cert verification in the verify
  8.  callback)
  9.  
  10. * ne_lock_discover does not handle multiple (shared) locks on
  11.   a single resource.
  12.  
  13. * SSL session caching issues; only cache for clean shutdowns, and
  14.  only cache on shutdown, since the SSL_SESSION may change during
  15.  an ne_session?
  16.  
  17. * what is passed as 'path' to req create hook: auth needs Request-URI;
  18.   how does that interact with proxies?  also they will be passed NULL
  19.   for a CONNECT request, or "*" possibly as well.
  20.  
  21. * It would be nice to fail with a friendly error message if a client
  22. cert is requested by the srever but one is not provided.  Currently,
  23. returning -1 from the provide_client_cert function would allow that
  24. (as it forces the SSL handshake to fail), but that would prevent
  25. opportunistic use of client certificates, of the "SSLVerifyClient
  26. optional" variety.
  27.  
  28.